home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / execute.hlp < prev    next >
Encoding:
Text File  |  1989-01-09  |  993 b   |  19 lines

  1. EXECUTE = "algname";     Execute algorithm in specified file
  2.  
  3. The EXECUTE statement terminates the current algorithm and causes DAN
  4. to compile and execute the algorithm in file 'algname'.  This
  5. capability allows multiple DAN algorithms to be successively
  6. executed.  The last statement in each algorithm should be an EXECUTE
  7. statement directing DAN to the next algorithm.  The last algorithm in
  8. the chain would not have an EXECUTE statement.  If 'algname' is the
  9. file name of the currently executing algorithm then DAN will
  10. endlessly compile and execute the same algorithm until the operator
  11. presses the ESC key to abort execution.
  12.  
  13. Control parameter settings are maintained from their current settings
  14. at the point where the EXECUTE statement is invoked except for
  15. XAXIS, and any control that requires a string (e.g.  FILE, LABEL). 
  16. Also, files that are created in the current algorithm will not
  17. be known in the next algorithm unless they are SAVEd in the current
  18. algorithm.
  19.